2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
+ Fix docs to say previous instead of next.
+ (gtk_text_iter_backward_word_start): Likewise.
+ This fixes bug #62980.
+
* gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
that the valid width is in range 0-65535 pixels. Fixes bug
#56754.
* gtk_text_iter_backward_word_start:
* @iter: a #GtkTextIter
*
- * Moves backward to the next word start. (If @iter is currently on a
+ * Moves backward to the previous word start. (If @iter is currently on a
* word start, moves backward to the next one after that.) Word breaks
* are determined by Pango and should be correct for nearly any
* language (if not, the correct fix would be to the Pango word break
* gtk_text_iter_backward_sentence_start:
* @iter: a #GtkTextIter
*
- * Moves backward to the next sentence start; if @iter is already at
+ * Moves backward to the previous sentence start; if @iter is already at
* the start of a sentence, moves backward to the next one. Sentence
* boundaries are determined by Pango and should be correct for nearly
* any language (if not, the correct fix would be to the Pango text